Adds an item to the collection.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub Add ( _
	item As T _
)
C#
public void Add(
	T item
)

Parameters

item
Type: T
Item to add.

Implements

ICollection<(Of <(<'T>)>)>..::..Add(T)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also